
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #EEEEF0;
--neutral-1: #fcfcfc;
--neutral-2: #fafafa;
--neutral-3: #f5f5f5;
--neutral-4: #e9eaeb;
--neutral-5: #d5d7da;
--neutral-6: #a4a7ae;
--neutral-7: #717680;
--neutral-8: #535862;
--neutral-9: #414651;
--neutral-10: #181d27;
--neutral-11: #0a0d12;
--neutral-12: #0b0a0b;
--brand-1: #652200;
--brand-2: #7f2a00;
--brand-3: #983200;
--brand-4: #b13b00;
--brand-5: #ca4300;
--brand-6: #ca4300;
--brand-7: #e44c00;
--brand-8: #fd5400;
--brand-9: #fd651a;
--brand-10: #fd7633;
--brand-11: #fe874d;
--brand-12: #fe9866;
--rich_orange: #fd5f00;
--shade-light: #fbeee0;
--shade-border: #f7cbb5;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-Lora: 'Lora',serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 12px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .ca-DxwM {
      color:inherit;
      width:100%;
      display:flex;
      padding:102px 17px;
      font-size:inherit;
      background:linear-gradient(#ffffff00 0%, #cccccc4d 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:inherit;
      flex-direction:column;
      border-bottom-left-radius:2.55rem;
      border-bottom-right-radius:2.55rem;
    }

    .bgVYEA {
      color:var(--rich_orange);
      margin:0px;
      display:block;
      font-size:2.975rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
    }

    .buplqa {
      top:-51px;
      color:var(--rich_orange);
      width:102px;
      height:102px;
      display:flex;
      position:absolute;
      font-size:3.825rem;
      background:white;
      box-shadow:0 8px 32px rgba(0, 0, 0, 0.08);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      border-radius:50%;
      flex-direction:row;
      justify-content:center;
    }

    .bKZmmy {
      gap:10px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      padding-bottom:1rem;
    }

    .cbFyyn {
      color:#1a1a1a;
      margin:0px;
      display:block;
      font-size:1.0625rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
      flex-direction:row;
    }

    .bxNWSj {
      flex:1;
      color:inherit;
      display:flex;
      position:relative;
      font-size:inherit;
      max-width:323px;
      min-width:255px;
      background:#f6f1ee;
      box-shadow:0 10px 40px rgba(0, 0, 0, 0.04);
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:68px;
      padding-left:27px;
      border-radius:34px;
      padding-right:27px;
      flex-direction:column;
      padding-bottom:25px;
    }

    .cCTCSh {
      gap:7px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .dIgpMe {
      gap:68px;
      color:inherit;
      width:100%;
      display:flex;
      font-size:inherit;
      max-width:1020px;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cYpTMW {
      gap:34px;
      color:inherit;
      width:100%;
      display:flex;
      z-index:2;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 991px) {

    .cYpTMW {
      flex-wrap:wrap;
    }
    }

    @media (max-width: 768px) {

    .cYpTMW {
      gap:68px;
      align-items:center;
      flex-direction:column;
    }
    }

    .bNvXkJ {
      gap:20px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bbiZvF {
      color:inherit;
      margin:0px;
      display:flex;
      flex-wrap:wrap;
      font-size:27px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      line-height:1.2;
      flex-direction:row;
      justify-content:center;
    }

    .bmvFsL {
      color:#1a1a1a;
      margin:0px;
      display:block;
      font-size:1.4875rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .dgmprB {
      color:#1a1a1a;
      margin:0px;
      display:block;
      font-size:1.4875rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .ezakIU {
      color:var(--color);
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      white-space:pre-wrap;
      flex-direction:row;
    }

    .bnOODA {
      gap:0px;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .greIO {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .okhiJ {
      color:inherit;
      width:100%;
      margin:-1rem;
      display:block;
      padding:1rem;
      font-size:inherit;
      max-height:85vh;
      overflow-y:auto;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:auto;
      overscroll-behavior:contain;
    }

    .SWxlP {
      position:relative;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
    }

    .SWxlP:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .so-alert-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:460px;
      translate:0 20px;
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-alert-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .so-alert-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .so-alert-dialog-content\:root.close-transition {
      transition:all 200ms ease 0ms normal;
    }

    .activate-prodperks-modal\:5NTfI5Moe56kawc0mGdts {
      zoom:0.8;
      width:100%;
      height:auto;
      position:relative;
      max-width:1500px;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/prodperks:Background-pattern-clipped(1).png/full") scroll border-box padding-box no-repeat no-repeat 0% 0% / cover;
      max-height:90vh;
      overflow-y:auto;
      padding-bottom:2rem;
    }

    @media (max-width: 1000px) {

    .activate-prodperks-modal\:5NTfI5Moe56kawc0mGdts {
      height:100%;
      max-height:80vh;
      overflow-x:hidden;
      overflow-y:scroll;
    }
    }

    .bWpTnd {
      width:fit-content;
      height:auto;
    }

    .so-button-primary\:root {
      gap:0.25rem;
      color:#ffffff;
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-lg);
      background:var(--rich_orange);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:1.5rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:1.5rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-primary\:root:hover {
      background:var(--brand-7);
    }

    .so-button-primary\:root:active {
      transition:none;
      background-color:var(--brand-11, #BAA7FF);
    }

    .so-button-primary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-primary\:root.disabled {
      opacity:0.5;
      background-color:var(--brand-10, #8a75dd);
    }

    .ecsgDW {
      width:var(--size);
      height:var(--size);
      animation:spinner 1s linear infinite;
      border-radius:50%;
    }

    .cA-DGJu {
      width:100%;
      height:100%;
      position:absolute;
      border-color:transparent;
      border-style:solid;
      border-width:6px;
      border-radius:50%;
      border-top-color:var(--color, #EEEEF0);
      border-top-style:solid;
      border-top-width:6px;
    }

    .dYCyJU {
      width:100%;
      height:100%;
      opacity:0.3;
      position:absolute;
      border-color:var(--color, #EEEEF0);
      border-style:solid;
      border-width:6px;
      border-radius:50%;
    }

    .PGKXG {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:var(--brand-8);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .activate-prodperks-modal\:Fpmz72WQuZ1-mEbib5VgB {
      font-size:1rem;
    }

    .eOiZTW {
      gap:1rem;
      width:100%;
      flex-direction:row;
      padding-bottom:1rem;
    }

    .eTkKzJ {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .so-button-secondary\:root {
      gap:0.5rem;
      color:var(--brand-8);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-lg);
      background:var(--shade-light);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--shade-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.75rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-secondary\:root:hover {
      background:var(--shade-border);
    }

    .so-button-secondary\:root:active {
      transition:none;
      background-color:var(--neutral-4, #2B292D);
    }

    .so-button-secondary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-secondary\:root.disabled {
      opacity:0.5;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ckeMDa {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .alert-dialog-close-button\:HrjEXBWv9kXQczbcoUIGF {
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
    }

    .kWqiV {
      color:var(--neutral-12);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:var(--medium);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .kWqiV.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .kWqiV.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .alert-dialog-title\:root {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
    }

    .activate-prodperks-modal\:Y5Rm5ZVruw-md196-WzHu {
      color:#ffffff;
      border:none;
      cursor:pointer;
      height:min-content;
      display:inline-block;
      padding:1rem 3rem;
      font-size:1.5rem;
      background:#000000;
      transition:transform 0.2s ease, background 0.2s ease;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      border-radius:9999px;
      flex-direction:row;
    }

    .activate-prodperks-modal\:Y5Rm5ZVruw-md196-WzHu:hover {
      transform:scale(1.05);
      background:#1a1a1a;
    }

    .activate-prodperks-modal\:Y5Rm5ZVruw-md196-WzHu:active {
      transform:scale(0.98);
    }

    .fnwUOH {
      height:auto;
      padding-top:0rem;
      padding-bottom:0rem;
    }

    .chPnnU {
      color:#FF6B00;
      margin:0 0 4rem 0;
      display:block;
      z-index:1;
      font-size:3rem;
      text-align:center;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .chPnnU {
      font-size:2.25rem;
      margin-bottom:2rem;
    }
    }

    .dLvTuf {
      flex:none;
      color:inherit;
      width:100%;
      display:flex;
      flexflex:none;
      overflow:hidden;
      font-size:inherit;
      max-width:340px;
      min-width:300px;
      background:#F2F2F2;
      box-shadow:0 40px 80px -12px rgba(0, 0, 0, 0.35);
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:column;
    }

    @media (max-width: 800px) {

    .dLvTuf {
      height:min-content;
      flex-grow:1;
      flex-basis:0%;
      flex-shrink:0;
    }
    }

    .coPEqT {
      gap:2rem;
      flex:1;
      color:inherit;
      display:flex;
      padding:2.5rem 2rem;
      font-size:inherit;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ftfxom {
      flex:none;
      color:inherit;
      width:100%;
      display:flex;
      flexflex:none;
      overflow:hidden;
      font-size:inherit;
      max-width:340px;
      min-width:300px;
      background:#F2F2F2;
      box-shadow:0 40px 80px -12px rgba(0, 0, 0, 0.35);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:column;
    }

    .fdCcpn {
      flex:none;
      color:inherit;
      width:100%;
      display:flex;
      flexflex:none;
      overflow:hidden;
      font-size:inherit;
      max-width:340px;
      min-width:300px;
      background:#EBEBEB;
      box-shadow:0 40px 80px -12px rgba(0, 0, 0, 0.35);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:column;
    }

    .dLnwrL {
      color:inherit;
      margin:0px;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:400;
      flex-direction:row;
    }

    .bPkQda {
      color:inherit;
      margin:1rem 0 0 0;
      display:block;
      font-size:3rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1;
      flex-direction:row;
    }

    .ekZKYR {
      color:inherit;
      margin:0px;
      display:block;
      font-size:2rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      flex-direction:row;
    }

    .ZxPiU {
      color:inherit;
      margin:1rem 0 0 0;
      display:block;
      font-size:2rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:row;
    }

    .ftGoBl {
      color:#FF6B00;
      margin:0.5rem 0;
      display:flex;
      font-size:1.75rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:column;
    }

    .bVzKdJ {
      color:white;
      width:100%;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem;
      font-size:1.1rem;
      background:#4F627A;
      margin-top:auto;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .bVzKdJ:hover {
      transform:translateY(-2px);
      box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .bKdxpm {
      color:inherit;
      margin:0px;
      display:block;
      font-size:0.95rem;
      max-width:180px;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:700;
      line-height:1.2;
      flex-direction:row;
    }

    .LKECH {
      gap:0.25rem;
      color:white;
      height:220px;
      display:flex;
      padding:2.5rem 1.5rem;
      font-size:inherit;
      background:#4F627A;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .ckocnL {
      color:white;
      width:100%;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem;
      font-size:1.1rem;
      background:#000;
      margin-top:auto;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .ckocnL:hover {
      transform:translateY(-2px);
      box-shadow:0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .ehjdVq {
      color:inherit;
      margin:0px;
      display:block;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:800;
      flex-direction:row;
    }

    .bDrfGl {
      gap:0.25rem;
      color:white;
      height:220px;
      display:flex;
      padding:2.5rem 1.5rem;
      font-size:inherit;
      background:#FF6B00;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .bUnsno {
      color:white;
      width:100%;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem;
      font-size:1.1rem;
      background:#FF6B00;
      margin-top:auto;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .bUnsno:hover {
      transform:translateY(-2px);
      box-shadow:0 5px 15px rgba(255, 107, 0, 0.3);
    }

    .EbOzB {
      gap:0.25rem;
      color:#000;
      height:220px;
      display:flex;
      padding:2.5rem 1.5rem;
      font-size:inherit;
      background:#F2F2F2;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .bCXXe {
      gap:2rem;
      color:inherit;
      width:100%;
      height:auto;
      display:flex;
      z-index:1;
      flex-wrap:wrap;
      font-size:inherit;
      align-items:stretch;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2rem;
      padding-left:0px;
      align-content:flex-start;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:center;
      justify-contentflex-direction:row;
    }

    .dJxqeM {
      color:inherit;
      margin:0px;
      display:block;
      opacity:0.9;
      font-size:1rem;
      font-style:italic;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:400;
      flex-direction:row;
    }

    .kijni {
      color:inherit;
      margin:0px;
      display:block;
      opacity:0.7;
      font-size:1rem;
      font-style:italic;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:400;
      flex-direction:row;
    }

    .cdOluT {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
    }

    .bWYrBa {
      gap:1.5rem;
      color:#333;
      display:flex;
      font-size:1rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:inherit;
      line-height:1.5;
      flex-direction:column;
    }

    .so-alert-dialog\:root {
      color:inherit;
      display:block;
      z-index:50;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .byjkOA {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:-1;
      position:absolute;
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE.open {
      opacity:1;
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .KsFov {
      width:var(--width);
      height:var(--height);
      position:fixed;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      pointer-events:none;
      justify-content:center;
    }

    .KsFov.modal {
      touch-action:none;
      pointer-events:all;
    }

    .so-alert-dialog\:wxsJR4Eob9xZxErqMz8wn {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .GUULt {
      height:var(--total-height);
      display:flex;
      position:relative;
      font-family:"Poppins", sans-serif;
      padding-left:10%;
      padding-right:10%;
      flex-direction:column;
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .cjMVoi {
      top:var(--y);
      left:0px;
      width:100%;
      height:480px;
      display:flex;
      opacity:var(--opacity);
      z-index:var(--z-index);
      overflow:hidden;
      position:absolute;
      max-width:1600px;
      transform:scale(var(--scale)) rotate(var(--rotate));
      background:white;
      box-shadow:0 20px 40px rgba(0, 0, 0, 0.15);
      transition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      border-radius:20px;
      flex-direction:row;
      transitiontransition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      transitiontransitiontransition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .bAHwuN {
      width:480px;
      height:100%;
      display:flex;
      background:var(--bg);
      align-items:center;
      justify-content:center;
    }

    .bICDvP {
      margin:0px;
      font-size:2rem;
      font-weight:var(--semi);
    }

    .CWtlu {
      flex:1;
      display:flex;
      align-items:flex-start;
      padding-top:3rem;
      padding-left:3rem;
      padding-right:3rem;
      flex-direction:column;
      padding-bottom:3rem;
      justify-content:space-between;
    }

    .cSDEUo {
      display:flex;
      flex-direction:column;
    }

    .esmvnk {
      color:var(--neutral-11, #B5B2BC);
      display:inline-block;
      font-size:var(--text-md);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .esmvnk.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .esmvnk.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .DealCard\:2SqWuI5S7HxE34HYVRV-s {
      font-size:1.1rem;
      padding-top:1rem;
    }

    .fwwGxV {
      gap:0.25rem;
      color:var(--color);
      width:fit-content;
      height:var(--height);
      display:flex;
      font-size:var(--font-size);
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      border-color:var(--color-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:var(--padding-horizontal);
      border-radius:var(--rounding-full);
      padding-right:var(--padding-horizontal);
      flex-direction:row;
      justify-content:center;
      background-color:var(--color-bg);
    }

    .DealCard\:Tc5rlB8bpy7CXa-4Hvezs {
      color:var(--rich_orange);
      font-size:0.8rem;
      background:#fff7f0;
      border-color:#ffe4d4;
      border-style:solid;
      border-width:1px;
      letter-spacing:0.06rem;
    }

    .PPmRT {
      gap:1rem;
      display:flex;
      align-items:center;
      margin-bottom:1rem;
      flex-direction:row;
    }

    .eTKRzT {
      font-size:1.05rem;
      font-weight:var(--semi);
      letter-spacing:0.02rem;
    }

    .bnknLH {
      width:var(--size);
      box-sizing:border-box;
    }

    .BEFTq {
      box-sizing:border-box;
    }

    .DealCard\:p97mCkoOCypCbOVwocoSr {
      width:1.5rem;
      height:1.5rem;
    }

    .dxGLVY {
      color:white;
      display:flex;
      row-gap:1rem;
      background:var(--rich_orange);
      column-gap:1rem;
      align-items:center;
      padding-top:0.75rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:space-between;
      border-top-left-radius:5rem;
      border-top-right-radius:5rem;
      border-bottom-left-radius:5rem;
      border-bottom-right-radius:5rem;
    }

    .fEJhrL {
      gap:12px;
      top:50%;
      right:32px;
      height:200px;
      display:none;
      position:absolute;
      transform:translateY(-50%);
      align-items:center;
      flex-direction:column;
    }

    .cHlWDp {
      top:var(--dot-top);
      left:50%;
      width:var(--dot-size);
      height:var(--dot-size);
      position:absolute;
      transform:translate(-50%, -50%);
      background:var(--dot-bg);
      transition:all 0.3s ease;
      border-radius:50%;
    }

    .bHgENJ {
      top:0px;
      left:0px;
      width:100%;
      height:var(--fill-height);
      position:absolute;
      background:#e44c30;
      transition:height 0.1s linear;
      border-radius:3px;
    }

    .bfreIq {
      flex:1;
      width:3px;
      overflow:hidden;
      position:relative;
      background:#e8e4e0;
      border-radius:3px;
    }

    .futFrd {
      width:min(1360px, 90vw);
      height:var(--stack-height);
      position:relative;
    }

    .fBAjpJ {
      top:0px;
      left:0px;
      width:100%;
      height:100vh;
      display:flex;
      z-index:10;
      overflow:hidden;
      position:sticky;
      align-items:center;
      padding-top:4rem;
      flex-direction:column;
      pointer-events:none;
      justify-content:flex-start;
    }

    .cMPWNt {
      gap:0.5rem;
      display:flex;
      font-size:3rem;
      font-weight:var(--semi);
      margin-bottom:1rem;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .cMPWNt {
      font-size:2rem;
    }
    }

    .eTflQc {
      color:#1a1a1a;
    }

    .bpHLWr {
      gap:0.5rem;
      color:white;
      display:flex;
      padding:0.5rem 1.25rem;
      font-size:0.75rem;
      background:var(--rich_orange);
      align-items:center;
      font-weight:700;
      border-radius:9999px;
      margin-bottom:1.5rem;
      flex-direction:row;
      letter-spacing:0.1em;
      text-transform:uppercase;
    }

    .ficcCL {
      color:#666;
      font-size:1.1rem;
      max-width:500px;
      text-align:center;
      line-height:1.6;
      margin-bottom:5rem;
    }

    .LowPh {
      width:100%;
      display:flex;
      z-index:2;
      position:relative;
      align-items:center;
      font-family:"Outfit";
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:0rem;
    }

    .StackingCards\:sy2Zb-7qA05UToy_8ktVa {
      width:12px;
      height:12px;
    }

    .bQCmgw {
      color:var(--rich_orange);
    }

    .fmPHcq {
      color:inherit;
      right:0px;
      bottom:0px;
      display:block;
      z-index:1000;
      position:fixed;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dXsVnB {
      flex:1;
      width:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:2;
      flex-wrap:wrap;
      column-gap:1.5rem;
      flex-direction:row;
    }

    .bbOIkZ {
      position:relative;
      flex-grow:1;
      background:#ffffff;
      flex-basis:1px;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:all 300ms ease;
      flex-shrink:1;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .bbOIkZ:hover {
      background:var(--neutral-4);
    }

    .bvCQQM {
      width:100%;
      height:25rem;
    }

    .HNVRB {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      align-items:flex-start;
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1.5rem;
      justify-content:space-between;
    }

    .bNrWSk {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-end;
      padding-top:1.5rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    .card-button\:agv77MHsW04D8DFr8z0tR {
      font-size:1.2rem;
      font-weight:var(--normal);
      padding-bottom:0.25rem;
    }

    .eMyxwY {
      width:100%;
      height:100%;
      display:flex;
      row-gap:0px;
      column-gap:0px;
      text-align:left;
      align-items:flex-start;
      flex-direction:column;
      justify-content:space-between;
    }

    .dhGxig {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .dhGxig.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .dhGxig.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .card-button\:zJK3ZSbqDsDdcT6YuiLW4 {
      font-size:1.8rem;
      padding-bottom:0.25rem;
    }

    .join-prodperks-plans\:V5BaKDYGOSk54_KuB8cEQ {
      transform:[object Object];
    }

    .join-prodperks-plans\:gCMJT90Xvi_qff5Hux-zc {
      transform:[object Object];
    }

    .join-prodperks-plans\:x58LiqyCsmgPJMg5L_NA2 {
      transform:[object Object];
    }

    .Activate-ProdPerks-CTA\:VFHrtg6cLTuV3kum5l-FF {
      width:80vw;
      max-width:none;
      background:var(--neutral-5);
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .Activate-ProdPerks-CTA\:x7Lo_5AzKcygvDbToAIcB {
      color:var(--button-color);
      animation:cta-fade-slide-up 1s ease-out 0.8s backwards,cta-pulse 2s ease-in-out 2s infinite;
      font-size:1.25rem;
      background:var(--button-bg);
      box-shadow:0 10px 25px -5px rgba(0,0,0,0.3);
      transition:transform 0.3s ease,box-shadow 0.3s ease;
      font-weight:var(--semi);
      padding-top:1.75rem;
      padding-left:3rem;
      padding-right:3rem;
      padding-bottom:1.75rem;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .Activate-ProdPerks-CTA\:x7Lo_5AzKcygvDbToAIcB:hover {
      transform:scale(1.05);
      background:#ededed;
      box-shadow:0 15px 35px -5px rgba(0,0,0,0.4);
    }

    @keyframes cta-pulse {
        0% {
          box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3),0 0 0 0 rgba(255,255,255,0.7);
        }

        50% {
          box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3),0 0 0 15px rgba(255,255,255,0);
        }

        100% {
          box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3),0 0 0 0 rgba(255,255,255,0);
        }
    }


    @keyframes cta-fade-slide-up {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(30px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .dFFPfq.orange-variant-hover:hover {
      --button-bg:#e04800;
    }

    .SYRmJ {
      width:4rem;
      cursor:pointer;
      height:4rem;
      display:flex;
      background:#ffffff;
      box-shadow:0px 2px 4px 0px #00000020;
      align-items:center;
      justify-content:center;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .evqFYs {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      text-align:center;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .bqSzRe {
      width:30rem;
      animation:cta-image-swing-in 0.6s ease-out 0.7s backwards;
    }

    @media (max-width: 768px) {

    .bqSzRe {
      display:none;
    }
    }

    @keyframes cta-image-swing-in {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateX(100%);
        }

        70% {
          opacity: 1;
        }

        85% {
          transform: translateX(-5%);
        }

        100% {
          transform: translateX(0);
        }
    }

    .bFqHYS {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:0rem;
      padding-left:0%;
      padding-right:0%;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:flex-start;
    }

    .cXYeKC {
      flex:1;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    @media (max-width: 800px) {

    .cXYeKC {
      display:none;
    }
    }

    @media (max-width: 940px) {

    .cXYeKC {
      display:none;
    }
    }

    @media (max-width: 1420px) {

    .cXYeKC {
      display:none;
    }
    }

    .cHQnnL {
      border:none;
      cursor:pointer;
      display:flex;
      padding:0.5rem;
      align-self:flex-end;
      background:transparent;
      margin-bottom:2rem;
    }

    .bgZuBc {
      color:inherit;
      display:flex;
      row-gap:1rem;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dGToFw {
      top:0px;
      right:0px;
      width:80%;
      height:100vh;
      display:flex;
      position:fixed;
      animation:prodperks_navigation-slideIn 300ms ease-in-out;
      max-width:400px;
      transform:translateX(0);
      background:var(--neutral-3);
      box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
      transition:transform 300ms ease-in-out;
      padding-top:2rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:2rem;
    }

    @keyframes prodperks_navigation-slideIn {
        0% {
          transform: translateX(100%);
        }

        100% {
          transform: translateX(0);
        }
    }

    .so-button-tertiary\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-lg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Outfit;
      font-weight:var(--bold);
      user-select:none;
      padding-left:1.5rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:1.5rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-tertiary\:root:hover {
      background:#fe986642;
    }

    .so-button-tertiary\:root:active {
      transition:none;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .so-button-tertiary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-tertiary\:root.trigger-open {
      color:var(--rich_orange);
      background:white;
    }

    .so-button-tertiary\:root.disabled {
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    .bCrsFu {
      overflow-y:auto;
      touch-action:auto;
    }

    .prodperks_navigation\:mobile-login-modal {
      max-height:75vh;
      overflow-x:hidden;
      overflow-y:scroll;
    }

    .brmdQz {
      border:none;
      cursor:pointer;
      display:none;
      padding:0.5rem;
      background:transparent;
    }

    @media (max-width: 800px) {

    .brmdQz {
      display:flex;
    }
    }

    @media (max-width: 940px) {

    .brmdQz {
      display:flex;
    }
    }

    @media (max-width: 1420px) {

    .brmdQz {
      display:flex;
    }
    }

    .cCxPzs {
      color:inherit;
      display:flex;
      row-gap:1rem;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2rem;
      flex-direction:column;
      border-top-color:var(--neutral-8);
      border-top-style:solid;
      border-top-width:1px;
    }

    .cCYXsI {
      width:100%;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
      opacity:0;
      background:#71788480;
      backdrop-filter:blur(4px);
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
      opacity:1;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .cDaYdk {
      top:0px;
      left:0px;
      width:100%;
      height:100vh;
      display:none;
      z-index:999;
      position:fixed;
      background:rgba(0, 0, 0, 0.5);
    }

    @media (max-width: 768px) {

    .cDaYdk {
      display:flex;
    }
    }

    @media (max-width: 940px) {

    .cDaYdk {
      display:flex;
    }
    }

    @media (max-width: 1420px) {

    .cDaYdk {
      display:flex;
    }
    }

    .so-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:460px;
      translate:0 20px;
      padding-top:1.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      border-radius:var(--rounding-lg);
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .so-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .so-dialog-content\:root.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .prodperks_navigation\:mobile-login-content {
      max-width:40rem;
      background:white;
    }

    .prodperks_navigation\:mobile-login-trigger {
      width:100%;
      justify-content:flex-start;
    }

    .fqIOft {
      width:12rem;
    }

    .prodperks_navigation\:3NYkomD1CdNbuZfsN4G8C {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:5NWqm_t5ZDsmMA8UCXmmt {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .czygVt {
      margin:0 auto;
      max-width:600px;
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      padding-bottom:0rem;
    }

    .bBamBE {
      gap:0.5rem;
      color:var(--color, #BAA7FF);
      background:var(--color-bg);
      align-items:center;
      padding-top:1rem;
      border-color:var(--color-border, #3C2E69);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:start;
    }

    .login-modal\:-10MsvtsL_Uey-ZORdnp8 {
      color:var(--critical-7);
      height:fit-content;
      min-width:180px;
      background:var(--critical-12);
      border-color:#ff949d36;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .duUcOH {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:stretch;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cVeGrI {
      gap:1.5rem;
      width:100%;
    }

    .cTjCsu {
      gap:1.5rem;
      width:100%;
      display:[object Object];
      flex-direction:column;
    }

    .cTwMkH {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
    }

    .ejSSgp {
      color:var(--neutral-11, #B5B2BC);
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .login-modal\:3LvMKGCPnOAIo_mn3F14l {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bKkEOq {
      width:100%;
      display:[object Object];
      row-gap:0rem;
      column-gap:0rem;
      flex-direction:column;
    }

    .dPslFr {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      font-size:var(--text-sm);
      font-family:'Outfit';
      font-weight:var(--medium);
      line-height:var(--text-sm);
      padding-bottom:0.5rem;
    }

    .buwaxK {
      width:100%;
      display:[object Object];
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }

    .bCnekW {
      gap:0.5rem;
      width:100%;
      height:var(--interactive-height-md);
      display:flex;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--neutral-5);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
      background-color:var(--neutral-0, #0b0a0b);
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .bCnekW:hover {
      background-color:var(--neutral-1, #121113);
    }

    .bCnekW.focused {
      background:#ffffff;
      border-color:var(--brand-10, #8a75dd);
      border-style:solid;
      border-width:1px;
      outline-color:var(--brand-6, #473876);
      outline-style:solid;
      outline-width:1px;
    }

    .dnSmfd {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .dnSmfd::placeholder {
      color:var(--neutral-9, #6F6D78);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .login-modal\:83k5BLNsBKSPUgZ-ZB9PN {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .eokbcc {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      flex-direction:column;
    }

    .bFzjfI {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:stretch;
      padding-top:2rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .login-modal\:Dh_-uDBqcA9FfTvbJPci5 {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:Dh_-uDBqcA9FfTvbJPci5:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .VJAUL.hidden {
      display:none;
    }

    .so-tabs-content\:root {
      width:100%;
      height:auto;
      background:#ffffff00;
      padding-top:0px;
      border-color:#00000000;
      border-style:solid;
      border-width:1px;
      outline-offset:var(--border-md);
      padding-bottom:0px;
    }

    .login-modal\:EI7v87EQLKmF29TmjxYlx {
      gap:1.5rem;
      width:100%;
      padding:2rem;
      overflow:hidden;
      background:var(--neutral-3);
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:EXMYXOB7PzqSG5CzIPQup {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:EomRkZ09UNJVQRVXO2Z4D {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .login-modal\:Fqa6f6e1o1dLt_8xkgS5e {
      color:var(--neutral-7);
      text-align:center;
      line-height:1.5;
      padding-bottom:1.5rem;
    }

    .login-modal\:GITIn9CuHr62dOcgBY1JY {
      color:var(--critical-7);
      height:fit-content;
      min-width:180px;
      background:var(--critical-12);
      border-color:#ff949d36;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .login-modal\:GUJBssBBwXgtcm_85Pmjc {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .cJVvyT {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
      flex-direction:column;
    }

    .cJVvyT::placeholder {
      color:var(--neutral-9, #6F6D78);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .fvqDPg {
      width:inherit;
      height:inherit;
      background-color:inherit;
    }

    .login-modal\:ICyGslI_abY1lyTkJcyxf {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .so-callout-text\:root {
      flex:1;
      color:inherit;
      font-weight:var(--medium);
    }

    .so-field-password-toggle\:root {
      width:calc(var(--interactive-height-md) - 0.75rem);
      height:calc(var(--interactive-height-md) - 0.75rem);
      margin-right:-0.5rem;
      border-radius:var(--rounding-sm);
    }

    .login-modal\:JzV1tdZ8qNv3ePVORJQ8l {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:KHhR-Ymaqu6vN0BmKjxGr {
      font-size:1.8rem;
      text-align:center;
      padding-bottom:0.5rem;
    }

    .dObXbZ {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      padding-top:0rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .dObXbZ {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .cITzTP {
      flex:1;
      color:var(--brand-8);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .cITzTP::placeholder {
      color:var(--brand-12);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .login-modal\:MQA-1q0LZC6xQucY8pOTN {
      color:#000000;
    }

    .login-modal\:O6n2mj4Ve4iIjXesaaHXb {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .login-modal\:OHD5QCM1BKxl5OULTG8cd {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:OHD5QCM1BKxl5OULTG8cd:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .eFEujc {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      padding-top:0rem;
      padding-left:2rem;
      border-radius:var(--rounding-lg);
      padding-right:2rem;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .eFEujc {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .login-modal\:Oy3jd6Rf46Y-4meI_DUsD {
      font-size:0.95rem;
    }

    .so-tabs-trigger-button\:root {
      width:100%;
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ {
      gap:0.5rem;
      color:var(--rich_orange);
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 300ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:transparent;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ:hover {
      background-color:var(--overlay-a2, #ffffff1a);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ:active {
      transition:none;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ:focus-visible {
      background-color:var(--brand-4, #33255B);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ.trigger-open {
      color:white;
      background:var(--rich_orange);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ.disabled {
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    @media (max-width: 700px) {

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ {
      width:100%;
    }
    }

    .login-modal\:PJ1CYCMVvaF4cRF1d0461 {
      flex:1;
      color:[object Object];
      padding:0.75rem 1.5rem;
      background:[object Object];
      box-shadow:[object Object];
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:PJ1CYCMVvaF4cRF1d0461:hover {
      transform:translateY(-2px);
      background:var(--neutral-4);
      box-shadow:var(--shadow-sm);
    }

    .login-modal\:QGiiiaq-KCcqFUA8NTlZs {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:S-iiRgB6WJUjRMqtwk1wP {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
      color:var(--neutral-10);
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
      background:var(--neutral-3);
      border-color:var(--neutral-6);
      border-style:solid;
      border-width:1px;
    }

    .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8:hover {
      background:var(--neutral-5);
    }

    .so-dialog-title\:root {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
    }

    .login-modal\:Ws5EAYwgkuqPw3biFSAGW {
      padding-bottom:1.5rem;
    }

    .login-modal\:XSqelT6uihQ8qcbBPsxJR {
      gap:1.5rem;
      width:100%;
      padding:2rem;
      overflow:hidden;
      background:var(--neutral-3);
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:XT_JBhx64d0Y1zoHwMLlj {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .eAmziO {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      padding-top:0rem;
      padding-left:2rem;
      border-radius:var(--rounding-lg);
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .eAmziO {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .login-modal\:bLhiIRvRgNkMvPQy9SVHo {
      gap:1.5rem;
      width:100%;
      padding:2rem;
      overflow:hidden;
      background:var(--neutral-3);
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal-incorrect-credentials\:alc80RmfazzjKQkIznhOj {
      color:#cf2d4c;
      height:fit-content;
      display:flex;
      min-width:180px;
      background:#fddbe0;
      text-align:center;
      align-items:center;
      border-color:#f8abb7;
      border-style:solid;
      border-width:1px;
      justify-content:center;
    }

    .login-modal\:ei4FrEalyiqNG05moifNT {
      font-size:0.95rem;
    }

    .login-modal\:fJNb-JhaXV1ozLpjCiLdx {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:fJNb-JhaXV1ozLpjCiLdx:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .cKxBCo {
      width:100%;
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .login-modal\:iJbi0K8HZXl7pp7bEciTd {
      color:var(--success-4);
      height:fit-content;
      min-width:180px;
      background:var(--success-12);
      border-color:#0eb29e63;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .so-tabs\:root {
      width:100%;
      height:100%;
      display:flex;
      row-gap:0rem;
      position:relative;
      column-gap:0rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 700px) {

    .so-tabs\:root {
      width:100%;
      height:100%;
      flex-direction:column;
    }
    }

    .fraVbz {
      flex:1;
      width:100%;
      height:10%;
      display:flex;
      align-items:flex-end;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 700px) {

    .fraVbz {
      height:5rem;
      display:none;
    }
    }

    .BQDjF {
      flex:1;
      height:100%;
      display:flex;
      row-gap:0rem;
      column-gap:0rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:space-between;
    }

    .dLKVSs {
      width:100%;
      display:flex;
      align-items:center;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .cQaIdF {
      width:100%;
      height:90%;
      padding-bottom:1.25rem;
    }

    .cxJHK {
      flex-direction:row;
    }

    .cxJHK.orientation-vertical {
      flex-direction:column;
    }

    .so-tabs\:fuK3wvU95IoKasUkShFDI {
      gap:0.5rem;
      width:100%;
      display:flex;
      align-items:center;
      padding-top:0rem;
      padding-left:0rem;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:space-between;
    }

    .dhWJmC {
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      flex-direction:column;
    }

    @media (max-width: 700px) {

    .dhWJmC {
      height:fit-content;
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .cHjVZt {
      width:fit-content;
      display:flex;
      row-gap:0.25rem;
      background:#fd540026;
      column-gap:0.25rem;
      text-align:left;
      align-items:center;
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    @media (max-width: 700px) {

    .cHjVZt {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
      border-top-left-radius:2.25rem;
      border-top-right-radius:2.25rem;
      border-bottom-left-radius:2.25rem;
      border-bottom-right-radius:2.25rem;
    }
    }

    .login-modal\:kXd_7PVvWH9FL_75oOhke {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .login-modal\:lvl1ntD2TuaAKrvAyTxEz {
      color:var(--critical-7);
      height:fit-content;
      min-width:180px;
      background:var(--critical-12);
      border-color:#ff949d36;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .login-modal\:mHFT50Krdlp_sfwTPEYnW {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:mHFT50Krdlp_sfwTPEYnW:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .login-modal\:n5xMAA1hOOxVlhlG2KuHs {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:nZUIgUArqca-Ik3vQRo3N {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:nZUIgUArqca-Ik3vQRo3N:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .login-modal\:r0Nf-7_kg13yL3iFatF6G {
      flex:1;
      color:[object Object];
      padding:0.75rem 1.5rem;
      background:[object Object];
      box-shadow:[object Object];
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:r0Nf-7_kg13yL3iFatF6G:hover {
      transform:translateY(-2px);
      background:var(--neutral-4);
      box-shadow:var(--shadow-sm);
    }

    .login-modal\:raT9ixYxfkLiEGzITAITF {
      font-size:0.95rem;
    }

    .login-modal\:s7pJB9ix4CYPFQpIYiPgP {
      color:var(--neutral-9);
      font-weight:var(--normal);
      padding-bottom:0.75rem;
    }

    .login-modal\:sOCLmCn7x8RIQiSIEc_FJ {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:tZtUrMssF0gTRa2CDvcry {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:tczLjBzrvJ7Yf_LbhEDnk {
      font-size:0.95rem;
    }

    .login-modal\:txssdh5hjbugeKBs6zSLf {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .login-modal\:u2cB5jMs1CB95H3TNvFvc {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:wPJP28kwF1oIFzO-Z33T3 {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .login-modal\:xwutZJUmmdizjXg4ArWdQ {
      width:1rem;
    }

    .login-modal\:zWCZDbUUTqfI0Rz4hHlnC {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .login-modal\:zuLS9D8bg2oVYi0lQLmTk {
      flex:1;
      color:[object Object];
      padding:0.75rem 1.5rem;
      background:[object Object];
      box-shadow:[object Object];
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:zuLS9D8bg2oVYi0lQLmTk:hover {
      transform:translateY(-2px);
      background:var(--neutral-4);
      box-shadow:var(--shadow-sm);
    }

    .cgGrpZ {
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
      width:100%;
      display:flex;
      position:relative;
      max-width:360px;
      transition:height 150ms ease 0ms normal;
      flex-direction:column;
    }

    .bHYIqa {
      top:var(--top);
      width:100%;
      position:absolute;
      pointer-events:all;
    }

    .bHYIqa.swipe-out-top {
      translate:0 -100%;
    }

    .bHYIqa.swipe-out-right {
      translate:100% 0px;
    }

    .bHYIqa.swipe-out-bottom {
      translate:0 100%;
    }

    .bHYIqa.swipe-out-left {
      translate:-100% 0px;
    }

    .so-toast\:root {
      gap:0.75rem;
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      opacity:0;
      translate:0 16px;
      padding-top:1rem;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-toast\:root.open {
      opacity:1;
      translate:0 0px;
      transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
    }

    .so-toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

    .so-toast\:root.open-transition {
      transition:all 250ms ease 0ms normal;
    }

    .so-toast\:root.close-transition {
      transition:all 150ms ease 0ms normal;
    }

    .so-toast\:root.success {
      color:var(--success-11, #0BD8B6);
      border-color:var(--success-6, #145750);
      border-style:solid;
      border-width:1px;
      background-color:var(--success-2, #111C1B);
    }

    .so-toast\:root.warning {
      color:var(--warning-11, #FFCA16);
      border-color:var(--warning-6, #5C3D05);
      border-style:solid;
      border-width:1px;
      background-color:var(--warning-2, #1D180F);
    }

    .so-toast\:root.critical {
      color:var(--critical-11, #FF949D);
      border-color:var(--critical-6, #6F2539);
      border-style:solid;
      border-width:1px;
      background-color:var(--critical-2, #1E1517);
    }

    .rKRcu {
      gap:0.5rem;
      flex-direction:row;
    }

    .so-toast\:FW2tKddjmqBb2S_WPmtMS {
      color:inherit;
    }

    .so-toast\:gYVdDIDxaBXSrlkux9YPE {
      flex:1;
      color:inherit;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk {
      width:var(--text-lg);
      height:var(--text-lg);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:transparent;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
      background-color:transparent;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
      background-color:transparent;
    }

    .ezeRiZ {
      width:var(--width);
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      align-items:end;
      padding-top:1.25rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      padding-bottom:1.25rem;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      align-items:center;
      justify-content:start;
    }
    }

    .prodperks_navigation\:7t-Z0J52RdbugxLdyJlum {
      display:none;
    }

    .eQVkY {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:row;
    }

    @media (max-width: 800px) {

    .eQVkY {
      display:none;
    }
    }

    @media (max-width: 940px) {

    .eQVkY {
      display:none;
    }
    }

    @media (max-width: 1420px) {

    .eQVkY {
      display:none;
    }
    }

    .zQIEM {
      flex:1;
      align-items:center;
      justify-content:center;
    }

    .prodperks_navigation\:FNaR5GSI3sYZ8fboWKeZj {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .prodperks_navigation\:FNaR5GSI3sYZ8fboWKeZj:hover {
      color:var(--rich_orange);
      background:#fe986621;
    }

    .prodperks_navigation\:FNaR5GSI3sYZ8fboWKeZj:active {
      color:white;
      transform:scale(0.98);
      background:var(--rich_orange);
    }

    .bvIwcU {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .dYElHa {
      width:var(--width);
      height:var(--height);
      position:fixed;
      pointer-events:none;
    }

    .dYElHa.modal {
      pointer-events:all;
    }

    .cZSVhG {
      top:0px;
      width:100%;
      display:flex;
      z-index:100;
      position:var(--position);
      max-width:100%;
      background:var(--neutral-3);
      align-items:center;
      padding-top:0rem;
      padding-left:0%;
      padding-right:5%;
      flex-direction:row;
      padding-bottom:0rem;
      justify-content:center;
    }

    @media (max-width: 480px) {

    .cZSVhG {
      width:100%;
      align-items:center;
      justify-content:space-between;
    }
    }

    .prodperks_navigation\:LA-7uwJxmIeyEaeDmO0k_ {
      color:var(--rich_orange);
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:LtEQPvuSr3Deyw2ykAYsj {
      max-width:40rem;
      background:white;
    }

    .dfDqVR {
      cursor:default;
    }

    .so-dropdown-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .so-dropdown-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root.open {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .so-dropdown-item\:root:hover {
      background:var(--shade-light);
    }

    .bjimQW {
      gap:0.125rem;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      justify-content:start;
    }

    .eCZsLN {
      color:var(--neutral-9, #6F6D78);
      width:0.75rem;
      height:0.75rem;
    }

    .menu-item-shortcut\:da0isZECMw2nPVNetqsW7 {
      color:var(--neutral-9, #6F6D78);
    }

    .menu-item-shortcut\:hYeSqaU23-tX-qUiIlZCq {
      color:var(--neutral-9, #6F6D78);
    }

    .prodperks_navigation\:NH89AVcrUXGuMhXIfJS5V {
      cursor:pointer;
      transition:all 0.2s ease;
    }

    .prodperks_navigation\:NH89AVcrUXGuMhXIfJS5V:hover {
      color:var(--rich_orange);
      background:#fe986621;
    }

    .prodperks_navigation\:NH89AVcrUXGuMhXIfJS5V:active {
      color:white;
      transform:scale(0.98);
      background:var(--rich_orange);
    }

    .dbhzSC {
      width:100%;
      display:flex;
      widthflex:1;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 480px) {

    .dbhzSC {
      width:min-content;
    }
    }

    .prodperks_navigation\:VZF8ak_E5SWOO2WuWfZEh {
      cursor:pointer;
      transition:all 0.2s ease;
    }

    .prodperks_navigation\:VZF8ak_E5SWOO2WuWfZEh:hover {
      color:var(--rich_orange);
      background:#fe986621;
    }

    .prodperks_navigation\:VZF8ak_E5SWOO2WuWfZEh:active {
      color:white;
      transform:scale(0.98);
      background:var(--rich_orange);
    }

    .prodperks_navigation\:WhAA8DASXlLd-VivIDxdu {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:Wr9MLJf84dzViFtbe_mQG {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .eFQaJC {
      top:var(--top);
      left:var(--left);
      position:absolute;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
      transform-origin:var(--transform-origin-x) var(--transform-origin-y);
    }

    .eFQaJC:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .eFQaJC.hidden {
      visibility:hidden;
      pointer-events:none;
    }

    .eFQaJC.match-anchor-width {
      width:var(--sc-anchor-width);
    }

    .sparkcore\/sc-dropdown-content\:root:focus {
      outline:none;
    }

    .so-dropdown-content\:root {
      gap:0.25rem;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-dropdown-content\:root.open {
      opacity:1;
    }

    .so-dropdown-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .prodperks_navigation\:YjG6uscwegL-wu_WhzVLg {
      color:white;
    }

    .prodperks_navigation\:Ynb-VtDApOKSFvxdID9sB {
      transition:all 0.2s ease;
    }

    .ehrSai {
      height:5rem;
    }

    .prodperks_navigation\:dXbkoK4zVHf1pYoNgYdlg {
      color:white;
      font-weight:var(--semi);
      letter-spacing:1px;
    }

    .prodperks_navigation\:lO4toTGAV-GC1It6XK5PO {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:mXR6KVwmwPL9UxdjjC18n {
      color:var(--rich_orange);
    }

    .ehRFAV {
      cursor:pointer;
    }

    .prodperks_navigation\:nD8_mq1liAs6L9Ziv_2Z9 {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .fsRxil {
      display:flex;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fvDiXa {
      color:white;
      width:100%;
      cursor:pointer;
      height:3rem;
      display:flex;
      row-gap:1rem;
      z-index:100;
      background:#1A1D21;
      column-gap:1rem;
      transition:all 300ms ease;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fvDiXa:hover {
      background:#000000;
    }

    .exQQhz {
      display:flex;
      row-gap:2rem;
      z-index:10;
      column-gap:2rem;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dnEgex {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
    }

    .Z-Promo\:P_dDrc2aB_AgV_R51apny {
      width:2rem;
    }

    .ELDbA {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      background:var(--rich_orange);
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .eXJIHh {
      width:100%;
      height:100%;
      opacity:0.51;
      box-shadow:0px 2px 4px 0px #00000020;
      object-fit:cover;
    }

    .cFvBhG {
      padding-top:5rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:5rem;
      border-bottom-color:var(--neutral-5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 768px) {

    .cFvBhG {
      padding-top:3rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:3rem;
    }
    }

    .Z-Promo\:VOzYQwQMOEtFSxHzr-Zec {
      color:var(--rich_orange);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.4s backwards;
      font-size:3.5rem;
      font-weight:var(--bold);
      line-height:1.2;
    }

    @media (max-width: 768px) {

    .Z-Promo\:VOzYQwQMOEtFSxHzr-Zec {
      font-size:2rem;
    }
    }

    .Z-Promo\:XtvelnTNLnUXuUtMoJvko {
      width:2rem;
    }

    .Z-Promo\:ZoGIw6mnS-T480E9m3O_w {
      display:none;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .ddUGfk {
      color:var(--neutral-11, #B5B2BC);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .ddUGfk.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .ddUGfk.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .Z-Promo\:bfJiVN3DuMaO3DljJDMbl {
      color:var(--rich_orange);
      font-size:2.5rem;
    }

    @media (max-width: 768px) {

    .Z-Promo\:bfJiVN3DuMaO3DljJDMbl {
      font-size:2rem;
    }
    }

    .djWeNC {
      height:100vh;
    }

    .cKfEDV {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .cKfEDV {
      text-align:center;
      flex-direction:column;
    }
    }

    .Z-Promo\:m9aat2dS--3DQkGJFeKRF {
      color:var(--neutral-9);
      font-size:1.25rem;
      text-align:center;
      line-height:1.5;
    }

    @media (max-width: 768px) {

    .Z-Promo\:m9aat2dS--3DQkGJFeKRF {
      font-size:1.1rem;
    }
    }

    .Z-Promo\:oRSAwsHu3UBI4B-jTwZuZ {
      color:var(--rich_orange);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.2s backwards;
      font-size:3.5rem;
      font-weight:var(--bold);
      line-height:1.2;
    }

    @media (max-width: 768px) {

    .Z-Promo\:oRSAwsHu3UBI4B-jTwZuZ {
      font-size:2rem;
    }
    }

    .Z-Promo\:wU-_l_jSUIPq-DTjQHzrb {
      color:var(--neutral-7);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.6s backwards;
      font-size:1.25rem;
      line-height:1.5;
    }

    @media (max-width: 768px) {

    .Z-Promo\:wU-_l_jSUIPq-DTjQHzrb {
      font-size:1.1rem;
    }
    }